object MagDialog: TMagDialog Left = 600 Top = 32 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsToolWindow Caption = 'Magnifier' ClientHeight = 225 ClientWidth = 200 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] FormStyle = fsStayOnTop Scaled = False OnClose = FormClose PixelsPerInch = 96 TextHeight = 12 object Panel1: TPanel Left = 0 Top = 0 Width = 200 Height = 25 Align = alTop TabOrder = 0 object Mag_1: TCheckBox Left = 3 Top = 4 Width = 57 Height = 17 Caption = 'X , Y' TabOrder = 0 OnClick = Mag_1Click end object Edit: TEdit Left = 52 Top = 2 Width = 145 Height = 20 ImeName = 'MS-IME97 ���{����ͼ���' TabOrder = 1 Text = 'Edit' end end object MagGLWin: TOpenGLWin Left = 0 Top = 25 Width = 200 Height = 200 OnPaint = MagGLWinPaint DoubleBuffer = True end end